home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / windows / win31 / lview25.arj / WHATS.NEW < prev   
Text File  |  1993-08-24  |  12KB  |  290 lines

  1. LView version 2.5 Copyright Leonardo Haddad Loureiro
  2.  
  3. Version 2.5 news:
  4.  
  5. NEW FEATURES:
  6.  
  7.    New command "File/New" to create an "empty" image that may be 
  8.       filled with clipboard pastings, and text additions.
  9.  
  10.    New command "Edit/Add Text", for adding text to images. Choose 
  11.       text color, font, orientation, positioning and more.
  12.  
  13.    New command "Edit/Redimension" to change an image's dimensions 
  14.       without altering it's contents.
  15.  
  16.    All commands in the Edit menu now operate on the current selection
  17.       area. Cut/Copy/Paste/Delete/Resize/Redimension/Crop/Apply/
  18.       Add Text/Flip/Rotate will take effect on the selection area
  19.       rather than on the whole editing image.
  20.  
  21.    New top menu item "Retouch" to group all image edition functions 
  22.       related to image visualization, like "Gamma", "Color Balance",
  23.       "GrayScale", etc.
  24.  
  25.    New command "Retouch/Palette Entry" for individual palette entry
  26.       color redefinition.
  27.  
  28.    New commands "Options/Drop to: Contact sheet", and 
  29.       "Options/Contact Sheet Options", allow for automatic construction
  30.       of contact sheet images
  31.  
  32.    New command "Options/Background Color" to define the color to
  33.       be used when filling empty areas resulting from the execution
  34.       of commands like File/New, Edit/Delete, Edit/Cut, etc.
  35.  
  36.    New command "Options/Confirm JPEG GScale Save", will make LView
  37.       ask for confirmation whenever saving an image to JPEG format,
  38.       with "Options/Jpeg Options/Save Grayscale" set.
  39.  
  40.    New command "Options/Confirm ALL Saves", will make LView ask for
  41.       confirmation when "File/Save" is selected.
  42.  
  43.    New command "Options/Thick Area Frame", will select the thickness
  44.       for the selected area boundary display.
  45.  
  46. CHANGES:
  47.  
  48.    All treatment of Selection Areas was changed. Areas can now be
  49.       detached, moved, and tiled anywhere inside the editing image.
  50.       All clipboard commands, and Edit Menu commands in generall
  51.       now operate on the selected area, whenever one is selected.
  52.  
  53. BUG FIXES:
  54.  
  55.    Some color palette bugs were fixed.
  56.  
  57. Version 2.0 news:
  58.  
  59. NEW FEATURES:
  60.  
  61.    New commands "File/Print", "File/Printer setup...", "Options/Printer 
  62.       Options", and new option "Options/Drop to: Printer", allow for 
  63.       printing images interactively or in batch.
  64.  
  65.    New command Edit/Interactive RGB, allows the user to define mappings 
  66.       for Red, Green and Blue pixel components. These mappings can be 
  67.       defined either by "drawing" their curves, or by specifying a 
  68.       calculation Function. Red, Green and Blue can be edited separately.
  69.  
  70.    New command "Edit/GrayScale" to transform, after confirmation, any 
  71.       loaded image from color to grayscale representation.
  72.  
  73.    New command "Edit/Negative" to transform, after confirmation, any
  74.       loaded image from to negative representation, like on a film negative.
  75.  
  76.    New command "Edit/YCbCr Adjustment" to edit an image in terms of 
  77.       it's Y, Cb and Cr attributes.
  78.       Y  - edits image Intensity,
  79.       Cb - balances Blue and Yellow
  80.       Cr - balances Red and Green
  81.  
  82.    New command "Options/Use system colors:", allows LView to use all 
  83.       palette entries, including the "system colors" (used by windows
  84.       for menus, etc). Works when viewing images in 8-bit mode.
  85.       "Use system colors:" can be set to:
  86.          "Never"         - To avoid remaping Window's system colors (default),
  87.          "While focused" - To remap system colors only while LView is focused.
  88.  
  89.    New command "Options/Place window at:", to provide automatic window 
  90.       repositioning after loading an image from the disk, pasting from the 
  91.       clipboard or cropping.
  92.       "Place window at:" can be set to:
  93.          "Same"         - Window will not move (default),
  94.          "Left&Top"     - Places window at desktop's upper left corner,
  95.          "Left&Bottom"  - Places window at lower left corner,
  96.          "Right&Top"    - Places window at upper right corner,
  97.          "Right&Bottom" - Places window at lower right corner, and,
  98.          "Center"       - Window is centered on desktop.
  99.  
  100.    New command "Options/Fit on load:", to provide automatic "Fitting"
  101.       for images loaded from the disk and pasted from the clipboard.
  102.       This command produces the same effect as loading the image and
  103.       then choosing "Edit/Resize/Fit to desktop", with "Preserve aspect
  104.       ratio. It automates this operation and works during slideshow
  105.       viewing.
  106.       To change image size on load, "Fit on load:" can be set to:
  107.          "Never"      - Image size is not changed (default),
  108.          "to Shrink"  - changed if smaller than desktop fit,
  109.          "to Enlarge" - changed if larger than desktop fit, and,
  110.          "Always"     - always changed to fit the desktop.
  111.       -> This option will also work during batch compression. Unless
  112.          you want a resizing performed prior to compression, turn it
  113.          off before beginning a batch compression operation.
  114.  
  115.    Added accelerator key support for the following functions:
  116.  
  117.       Window client area scrolling (also work when selecting an area):
  118.  
  119.       HOME        - scrolls one page to the left
  120.       END         - scrolls one page to the right
  121.       PGUP        - scrolls one page up
  122.       PGDN        - scrolls one page down
  123.       UP ARROW    - scrolls one line up
  124.       DOWN ARROW  - scrolls one line down
  125.       LEFT ARROW  - scrolls one row to the left
  126.       RIGHT ARROW - scrolls one row to the right
  127.  
  128.       Common functions, also available in menu items:
  129.  
  130.       SHIFT+DEL   - same as Edit/Cut
  131.       CTR+INS     - same as Edit/Copy
  132.       SHIFT+INS   - same as Edit/Paste
  133.       CTR+DEL     - same as Edit/Delete
  134.  
  135.       CTR+S       - same as Options/Place window at:/Same
  136.       CTR+HOME    - same as Options/Place window at:/Left&Top  
  137.       CTR+END     - same as Options/Place window at:/Left&Bottom
  138.       CTR+PGUP    - same as Options/Place window at:/Right&Top
  139.       CTR+PGDN    - same as Options/Place window at:/Right&Bottom
  140.       CTR+C       - same as Options/Place window at:/Center
  141.  
  142.       CTR+R       - same as Edit/Resize
  143.  
  144. CHANGES:
  145.  
  146.    Menu items and shortcut keys were redefined for organizational
  147.       purposes.
  148.  
  149.    In the event of a read error or image inconsistensy, LView will
  150.       preserve any part of the image already read. Even if the user
  151.       interrupts the loading of an image, what was read so far will
  152.       be available and exhibited. This works for all supported image
  153.       formats.
  154.  
  155.    Algorithm for "Edit/Contrast Enhance" was improved.
  156.  
  157.    When loading a file, LView will try to recognize it's format,
  158.       regardless of what the file extension is.
  159.  
  160.    When saving a file with the "File/Save as" command, LView will
  161.       save the file in a format compatible with it's extension,
  162.       regardless of the selected file type selected on the 
  163.       "Save File as" Dialog:
  164.  
  165.       .jpg for JPEG format
  166.       .bmp/.dib for Windows and OS/2 formats
  167.       .gif for GIF format
  168.       .tga for TARGA format
  169.  
  170.       If the file extension is none of the above, LView will use the
  171.       format chosen on the "file type" field on the "Save File as"
  172.       Dialog.
  173.  
  174.    LView will exhibit only the initial letter for it's Main menu items
  175.       (e.g. "File" will be become "F"), when viewing small images. This
  176.       is to reduce ocurrences of menu wrapping.
  177.  
  178.    '...' were added to menu items that open dialogs, '!' was added to
  179.       menu items that execute automatically (except for the well known
  180.       clipboard commands)
  181.  
  182. BUG FIXES:
  183.  
  184.    Fixed a bug on saving 1 bit Windows/OS2 BMP files.
  185.    LView now closes it's help window before exiting.
  186.  
  187.  
  188. Version 1.6 news:
  189.  
  190. NEW FEATURES:
  191.  
  192.    New command added: Options/Show Scroll Bars, allows the user to
  193.       enable/disable window scrollbars exhibition.
  194.  
  195. BUG FIXES:
  196.  
  197.    When viewing images with Options/8-bit Bitmap unchecked (i.e. in
  198.       24-bit mode), trying to save an image to BMP (Windows or OS/2)
  199.       format would make LView 1.5 cause a GPF.
  200.  
  201.    When loading a grayscale JPEG file with Options/8-bit Bitmap
  202.       checked, LView 1.5 would cause a GPF. That would not occour
  203.       if Options/Jpeg Options/Load GrayScale was set.
  204.  
  205.    If a slideshow was interrupted while loading an image file,
  206.       after successfully loading one or more image files, the
  207.       File/Save item would not be disabled, and choosing it
  208.       would make LView 1.5 cause a GPF.
  209.  
  210.    If the user tried to exit LView 1.5, after an unsuccessfull file 
  211.       load, due to a file format error, a GPF would occour. This would 
  212.       not happen if other files were subsequently loaded without errors,
  213.       prior to exiting LView 1.5.
  214.  
  215.    When saving certain images to TGA format, a few incorrect horizontal
  216.       lines would be generated.
  217.  
  218.    Loading of interlaced GIF files would cause a GPF.
  219.  
  220.    Loading TGA files was sometimes failing to close the file handle, 
  221.       causing LView 1.5 to run out of file handles.
  222.  
  223.    Exiting LView 1.5 during a slideshow pause (either in manual or
  224.       automatic advancement) would cause a GPF.
  225.  
  226.  
  227. Version 1.5 news:
  228.  
  229. NEW FEATURES:
  230.  
  231.    Targa image files are now supported, both for loading and saving.
  232.  
  233.    If Options/8-bit Options is set, LView will do a 1 pass quantize with
  234.       Floyd-Steinberg dithering, when loading 24-bit targa or BMP
  235.       (Windows or OS/2) image files
  236.  
  237.    LView's window can now be maximized. Auto resizing will be disabled while
  238.       LView's window remains maximized.
  239.  
  240.    New command 'Delete' in the File menu. If confirmed it will delete
  241.       the last loaded or saved filename.
  242.  
  243.    New command 'Gamma Correction' in the Edit menu. Gamma correction can be
  244.       applied to Red, Green and Blue pixel attributes.
  245.  
  246. FEATURES ENHANCED:
  247.  
  248.    The Load Grayscale option in the Options/Jpeg Options dialog
  249.       performs a faster load for Jpeg files suited for previewing.
  250.  
  251.    'Fit to desktop' option added to the Edit/Resize dialog. Also in this
  252.       dialog, when altering one dimension the other will be recalculated
  253.       and exhibited, if 'Keep aspect rate' is checked.
  254.  
  255.    When copying to the clipboard, LView will copy only the selected area,
  256.       if existant, instead of the whole image.
  257.  
  258.    Auto scroll function (when selecting an area)
  259.       The image now scrolls at a constant pace of 1/8 of the client area size
  260.       The image now continues to scroll as long as the mouse pointer stays
  261.       outside the window, even if it doesn't move.
  262.               
  263.    File loading/saving operations and drag-and-drop operations (like
  264.       slideshow and batch compression), can now be canceled by clicking 
  265.       the on the status indicator shown at the menu bar area. You will be 
  266.       prompted for a confirmation.
  267.       BEWARE that canceling a save operation will cause the LOSS of
  268.       the file being saved.
  269.  
  270.    LView can now be terminated anytime during it's execution. If a
  271.       operation such as file load/save or drag-drop is taking place,
  272.       you will be prompted to confirm it's cancelation.
  273.  
  274.    LView's dialogs for image attributes editing (HSV, Color Balance, Contrast
  275.       and the new Gamma Correction) were redesigned to a more compact format.
  276.  
  277.    An 'Exec' Button was added to the Color Balance dialog, to allow for 
  278.       individual settings for Red, Green and Blue offsets before execution, 
  279.       when the display is in 24-bit color mode.
  280.  
  281.    In the Jpeg Options dialog, the sampling factor options were replaced by
  282.       h2v2 and h2v1, according to Jpeg terminology. These are 'advanced'
  283.       options, and changing the default h2v2 to h2v1 will produce larger
  284.       compressed files, with some gain in image quality.
  285.  
  286. BUG FIXES:
  287.  
  288.    The auto-resize algorithm was rewritten and minor bugs were corrected
  289.       including the scrollbar ranges.
  290.